'Declaration
Public Function PdfCreateFromMultipageTIFF( _ ByVal ImageID As Integer, _ ByVal PdfFileDest As String, _ ByVal PDFA As Boolean, _ ByVal Title As String, _ ByVal Author As String, _ ByVal Subject As String, _ ByVal Keywords As String, _ ByVal Creator As String _ ) As GdPictureStatus
public GdPictureStatus PdfCreateFromMultipageTIFF( int ImageID, string PdfFileDest, bool PDFA, string Title, string Author, string Subject, string Keywords, string Creator )
public function PdfCreateFromMultipageTIFF( ImageID: Integer; PdfFileDest: String; PDFA: Boolean; Title: String; Author: String; Subject: String; Keywords: String; Creator: String ): GdPictureStatus;
public function PdfCreateFromMultipageTIFF( ImageID : int, PdfFileDest : String, PDFA : boolean, Title : String, Author : String, Subject : String, Keywords : String, Creator : String ) : GdPictureStatus;
public: GdPictureStatus PdfCreateFromMultipageTIFF( int ImageID, string* PdfFileDest, bool PDFA, string* Title, string* Author, string* Subject, string* Keywords, string* Creator )
public: GdPictureStatus PdfCreateFromMultipageTIFF( int ImageID, String^ PdfFileDest, bool PDFA, String^ Title, String^ Author, String^ Subject, String^ Keywords, String^ Creator )
Parameters
- ImageID
- PdfFileDest
- PDFA
- Title
- Author
- Subject
- Keywords
- Creator